home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / mc302emb.zip / CFLEA.H < prev    next >
C/C++ Source or Header  |  1994-03-18  |  246b  |  12 lines

  1. /*
  2.  * DDS MICRO-C standard I/O definitions for: C-FLEA
  3.  *
  4.  * Copyright 1988-1994 Dave Dunfield
  5.  * All rights reserved.
  6.  */
  7. #define    _MICROC_
  8.  
  9. #define    NULL    0            /* General NULL indicator */
  10.  
  11. extern register printf(), sprintf(), concat();
  12.